home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #2 / Amiga Plus CD - 2004 - No. 02.iso / AmiSoft / Gfx / conv / GIFsplit.lha / GIFsplit.readme < prev    next >
Text File  |  2004-01-21  |  2KB  |  54 lines

  1.  
  2. Short:    Splits GIF animations into individual GIF frames.
  3. Author:   lombi@iprimus.com.au (Lorence Lombardo)
  4. Uploader: lombi@iprimus.com.au (Lorence Lombardo)
  5. Type:     gfx/conv
  6.  
  7.  
  8. GIFsplit (Blitz) v1.0b GNU  Copyright (C) 2003-2004  Lorence Lombardo.
  9.  
  10. What the #@$% is GIFsplit ?
  11.  
  12. GIFsplit splits GIF animations into individual GIF frames. 
  13.  
  14.  Usage:- GifSplit infile outfile [V=VERBOSE] [D#=DIGIT#]
  15.          eg. GifSplit GifAnim.GIF Pic. D6
  16.  
  17. Setting the digit format to 0 (D0) will disable digit formating.
  18. Use double quotes ("") for the outfile name if you only want frame
  19. numbers for the file names.
  20.  
  21. Beta Tester:-
  22. Mick
  23.  
  24.  
  25. ; This program is Free software; you can redistribute it and/or modify
  26. ; it under the terms of the GNU General Public License as published by
  27. ; the Free Software Foundation; either version 2 of the License, or
  28. ; (at your option) any later version.
  29.  
  30. ; This program is distributed in the hope that it will be useful,
  31. ; but WITHOUT ANY WARRANTY; without even the implied warranty of
  32. ; MERCHANTABILITY OR FITNESS For A PARTICULAR PURPOSE.  See the
  33. ; GNU General Public License For more details.
  34.  
  35. ; You should have received a copy of the GNU General Public License
  36. ; along with this program; if not, write to the Free Software
  37. ; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  38.  
  39.  
  40. ; GifSplit (Blitz) was based on GifSplit.rexx by Bryan K. Williams
  41. ; which has been translated, optimized and re-written.
  42.  
  43. ; GIFsplit does not use any LZW patented algorithm.
  44.  
  45.  
  46. See http://CW.EvilGeniuses.org for related interest.
  47.  
  48.  
  49. Feeling bored ?  :)
  50. Why not check out this URL ?
  51.  
  52. http://home.iprimus.com.au/lombi/1/homepage.htm
  53.  
  54.